projects
/
gpsbabel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4376ec1
)
Accept 'lon' and not just 'long' in unicsv header.
author
robertl
<robertl>
Wed, 17 Jan 2007 03:26:13 +0000
(
03:26
+0000)
committer
robertl
<robertl>
Wed, 17 Jan 2007 03:26:13 +0000
(
03:26
+0000)
unicsv.c
patch
|
blob
|
history
diff --git
a/unicsv.c
b/unicsv.c
index 3bd2ea1b1f26ad7c743c21e8bcbc0a29a3231de4..e6f9387e397d97f7a06bb7c1a6dd075d4151f7bd 100644
(file)
--- a/
unicsv.c
+++ b/
unicsv.c
@@
-88,7
+88,7
@@
unicsv_fondle_header(char *ibuf)
if (UNICSV_CONTAINS("lat")) {
unicsv_fieldpos.latcol = i;
}
- else if (UNICSV_
IS("lon") || UNICSV_CONTAINS("long
")) {
+ else if (UNICSV_
CONTAINS("lon
")) {
unicsv_fieldpos.loncol = i;
}
else if (UNICSV_CONTAINS("desc")) {